home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DTP
/
DTP_TEX
/
H219.ZIP
/
DVIPSSRC.ZIP
/
dvips
/
os2
/
texc.sh
< prev
Wrap
Linux/UNIX/POSIX Shell Script
|
1993-04-25
|
375b
|
11 lines
#! /bin/sh
# A shell script to convert tex.lpro to texc.lpro
#
# To use it, say
# texc.script tex.lpro texc.lpro
#
rm $2
sed -n -e "/% begin code for uncompressed fonts only/,/% end code for uncompressed fonts only/s/^/% /" -e "/% here's the alternate code for unpacking compressed fonts/,/% end of code for unpacking compressed fonts/s/^% //" -e "w $2" $1